home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / xstat115.lha / XStat115.readme < prev   
Text File  |  1994-05-08  |  4KB  |  128 lines

  1. Short: compute phone cost from the XferStat logfile
  2. Type: comm/uucp
  3. Uploader: jow@rz.uni-wuerzburg.de
  4. Author: jow@rz.uni-wuerzburg.de
  5.  
  6. This is the latest version of my UUCP xfer statistics utility.
  7.  
  8. Extract from the documentation:
  9. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  10.  
  11. XStat V1.15 Documentation
  12. =========================
  13.  
  14. Program and documentation are (C) Copyright 1992-94 by Jürgen Weinelt.
  15.  
  16. IMPORT StdDisclaimer; (* in short: use it at your own risk *)
  17. XStat was carefully tested, but there's certainly plenty of room for bugs.
  18.  
  19. XStat V1.15 is Freeware, non-commercial distribution is o.k. as long as
  20. the following conditions are met:
  21.  
  22.   * Source, executable and documentation must be distributed together
  23.     (XStat.mod, XStat, XStat.data, XStat.doc, XStat.dok and Make),
  24.     and these files must be intact (you're not allowed to make changes).
  25.     You're NOT allowed to add files to the archive.
  26.  
  27.   * This program may be included on PD/freeware CDs if I am allowed
  28.     to order one of those CDs at 50% off the retail price (or cheaper :).
  29.     Of course a free copy of the CD would be even nicer...
  30.  
  31.     Exception: Fred Fish has UNCONDITIONAL permission to add this
  32.     program version to his library, no matter if he's distributing it
  33.     on floppy disk or on CD.
  34.  
  35.  
  36.  
  37. XStat requires AmigaOS V37 or later (that's 2.04 or later).
  38.  
  39.  
  40.  
  41. Purpose
  42. =======
  43. XStat extracts statistic information from the Xferstat file created
  44. by some UUCICOs (tested with the SWB and wUUCP variant). The most
  45. important information XStat offers to you is the phone cost for a
  46. certain number of connects.
  47.  
  48.  
  49.  
  50. - snip -
  51.  
  52.  
  53.  
  54. XStat's output
  55. ==============
  56.  
  57. Example:
  58.  
  59. > (On 25-DEC-93) XStat last 30
  60. >
  61. > XStat 1.15
  62. > © Copyright 1992-94 by Jürgen Weinelt
  63. > XStat is Freeware - read the docs for details.
  64. >
  65. >
  66. >
  67. > TOTAL: Connection statistics for incoming calls.
  68. >
  69. [...]
  70. >
  71. >
  72. >
  73. > TOTAL: Connection statistics for outgoing calls.
  74. >
  75. > Transfer statistics from 25-Nov-93 18:24:07 to 25-Dez-93 18:24:07
  76. >
  77. > number of connects        54
  78. > local connects             0
  79. > ignored connects           0
  80. >
  81. > total online time       8112     seconds
  82. > total phone units         98     units
  83. > total phone cost          22.540 DM
  84. > average online time      151     seconds/connect
  85. > average phone units        1.815 units/connect
  86. > average phone cost         0.417 DM/connect
  87. >
  88. > total gross read    10491743     bytes
  89. > total gross send     1819008     bytes
  90. > total net read       8347777     bytes
  91. > total net send        106961     bytes
  92. > average gross read    194292     bytes/connect
  93. > average gross send     33686     bytes/connect
  94. > average net read      154589     bytes/connect
  95. > average net send        1981     bytes/connect
  96. >
  97. > average speed           1517     CPS (gross data transfer)
  98. > fastest connect         1653     CPS (gross data transfer)
  99. > average speed           1042     CPS (net data transfer)
  100. > fastest connect         1366     CPS (net data transfer)
  101. >
  102. > average cost               1.920 DM/MB (gross data transfer)
  103. > average cost               2.795 DM/MB (net data transfer)
  104.  
  105. Notes:
  106.  
  107. "gross" means, the figure includes the protocol overhead.
  108.  
  109. "net" means, the figure excludes the protocol overhead.
  110.  
  111.  
  112.  
  113. - snip -
  114.  
  115.  
  116.  
  117. History
  118. =======
  119. V1.15   fixed FORMS.doc, fixed formatting bug
  120. V1.14   added output formats, connection time offset, flat rate feature
  121. V1.13   added "PREVIOUS" and "LAST", added date line to output
  122. V1.12   added ".illegal." feature
  123.         fixed a potential bug in the XferStat parsing code
  124.  
  125.  
  126.  
  127. - snip -
  128.